home *** CD-ROM | disk | FTP | other *** search
-
- // This JavaScript file was autogenerated from inc/plugins/objects/link/r3linktool.h
- // Do not modify by hand
- // Copyrights 2001, Realsoft Graphics, Finland
-
- include("real/windows/r3tool.js")
- var R3CLID_LINKTOOL = 1297;
-
- R3LINKTOOLM_ = 1297000;
-
- function _R3LINKTOOLM_() {
- return this.r3Do(R3LINKTOOLM_, arguments);
- }
-
- function r3Linktool () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_LINKTOOL, arguments);
- }
- // Methods
- this.=_R3LINKTOOLM_;
-
- // Attributes
- }
-
- r3Linktool.prototype=new r3Tool;
- // inc/plugins/objects/link/r3linktool.h_H